Function name | Action taken |
---|
GXGetShapeHitTest | Returns the hit-test parameters associated with the bitmap shape's transform. QuickDraw GX hit-tests bitmaps using only the boundsPart shape part. |
GXMapShape | Multiplies the mapping associated with the transform object of the bitmap shape (if the gxMapTransformShape shape attribute of the bitmap shape is set) by a mapping matrix, or applies the mapping directly to the geometry of the bitmap (if the gxMapTransformShape attribute is not set). Depending on the mapping, this function may also change the clip shape of the bitmap. |
GXMoveShape | Moves the bitmap by a specified distance. This function can affect the mapping of the bitmap's transform or the geometry of the bitmap itself, depending on the value of the gxMapTransformShape shape attribute of the bitmap shape. |
GXMoveShapeTo | Moves the bitmap to a specified position. This function can affect the mapping of the bitmap's transform or the geometry of the bitmap itself, depending on the value of the gxMapTransformShape shape attribute of the bitmap shape. |
GXRotateShape | Rotates the bitmap. This function can affect the mapping of the bitmap's transform or the geometry of the bitmap itself, depending on the value of the gxMapTransformShape shape attribute of the bitmap shape. This function can also affect the clip shape of the bitmap. |
GXScaleShape | Scales the bitmap. This function can affect the mapping of the bitmap's transform or the geometry of the bitmap itself, depending on the value of the gxMapTransformShape shape attribute of the bitmap shape. This function can also affect the clip shape of the bitmap. |
GXSkewShape | Skews the bitmap. This function can affect the mapping of the bitmap's transform or the geometry of the bitmap itself, depending on the value of the gxMapTransformShape shape attribute of the bitmap shape. This function can also affect the clip shape of the bitmap. |
GXSetShapeClip | Assigns a clip shape to the transform object associated with the bitmap shape. |
GXSetShapeHitTest | Assigns hit-test parameters to the transform object associated with the bitmap shape. QuickDraw GX only hit-tests bitmaps using the boundsPart shape part. |
GXSetShapeMapping | Changes the mapping associated with the transform object of the bitmap shape (if the gxMapTransformShape shape attribute of the bitmap shape is set) or applies the mapping directly to the geometry of the bitmap (if the gxMapTransformShape attribute is not set). Depending on the mapping, this function may also change the clip shape of the bitmap. |